home *** CD-ROM | disk | FTP | other *** search
/ QuickTime VR Showcase / QuickTime VR Showcase.iso / 3rd Parties / Services / VRToolworks / others.Dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-12-06  |  514 b   |  18 lines

  1. on mouseUp
  2.   global gNavMovieID
  3.   set the text of cast "Object Filename" to the moviePath & "TREK"
  4.   ClosePanoMovie()
  5.   set the ink of sprite 2 to 0
  6.   updateStage()
  7.   set the ink of sprite 2 to 1
  8.   updateStage()
  9.   OpenNavMovie(the text of cast "Object Filename", 2, 1)
  10.   if gNavMovieID <> EMPTY then
  11.     go("Object")
  12.   else
  13.     go("Start")
  14.     updateStage()
  15.     alert("Can't open file:" & RETURN & RETURN & QUOTE & the text of cast "Object Filename" & QUOTE & RETURN & RETURN & "as an object movie.")
  16.   end if
  17. end
  18.